# Create a new Drink model. php artisan make:model Drink
php artisan make:model Flight
//Generate model with migration, factory, seeder, and controller php artisan make:model Post -mfsc